aboutsummaryrefslogtreecommitdiffstats
path: root/qtsixa [maintainership transfered]/sixad-bin.patch
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-07-29 22:00:37 +0200
committerMattias Andrée <maandree@kth.se>2021-07-29 22:00:37 +0200
commitcb48d6ebf6df5208779a1995ab62179938139cb4 (patch)
treefd7ecf738d672c01cb2f3a1e0462573f26a93dd0 /qtsixa [maintainership transfered]/sixad-bin.patch
parentUpdate mongoclock (diff)
downloadaur-packages-cb48d6ebf6df5208779a1995ab62179938139cb4.tar.gz
aur-packages-cb48d6ebf6df5208779a1995ab62179938139cb4.tar.bz2
aur-packages-cb48d6ebf6df5208779a1995ab62179938139cb4.tar.xz
Remove old packages
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'qtsixa [maintainership transfered]/sixad-bin.patch')
-rw-r--r--qtsixa [maintainership transfered]/sixad-bin.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/qtsixa [maintainership transfered]/sixad-bin.patch b/qtsixa [maintainership transfered]/sixad-bin.patch
deleted file mode 100644
index f19d0ea..0000000
--- a/qtsixa [maintainership transfered]/sixad-bin.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- QtSixA-1.5.1/sixad/sixad.orig 2011-10-12 18:39:33.000000000 +0200
-+++ QtSixA-1.5.1/sixad/sixad 2011-12-28 18:18:05.000000000 +0100
-@@ -117,10 +117,10 @@
- $SUDO rc-update add sixad
- # Debian (default)
- else
-- if [ -f /etc/rc2.d/S90sixad ]; then true; else $SUDO ln -s /etc/init.d/sixad /etc/rc2.d/S90sixad; fi
-- if [ -f /etc/rc3.d/S90sixad ]; then true; else $SUDO ln -s /etc/init.d/sixad /etc/rc3.d/S90sixad; fi
-- if [ -f /etc/rc4.d/S90sixad ]; then true; else $SUDO ln -s /etc/init.d/sixad /etc/rc4.d/S90sixad; fi
-- if [ -f /etc/rc5.d/S90sixad ]; then true; else $SUDO ln -s /etc/init.d/sixad /etc/rc5.d/S90sixad; fi
-+ if [ -f /etc/rc2.d/S90sixad ]; then true; else $SUDO ln -s /etc/rc.d/sixad /etc/rc2.d/S90sixad; fi
-+ if [ -f /etc/rc3.d/S90sixad ]; then true; else $SUDO ln -s /etc/rc.d/sixad /etc/rc3.d/S90sixad; fi
-+ if [ -f /etc/rc4.d/S90sixad ]; then true; else $SUDO ln -s /etc/rc.d/sixad /etc/rc4.d/S90sixad; fi
-+ if [ -f /etc/rc5.d/S90sixad ]; then true; else $SUDO ln -s /etc/rc.d/sixad /etc/rc5.d/S90sixad; fi
- fi
- ;;
-